home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / unfunction < prev    next >
Encoding:
Text File  |  1993-10-08  |  289 b   |  6 lines

  1.        unfunction [ -m ] name ...
  2.               The function definition, if any, for each  name  is
  3.               removed.  If the -m flag is specified the arguments
  4.               are taken as patterns (should be  quoted)  and  all
  5.               functions with matching names are removed.
  6.